-
1 Call Accounting System
Abbreviation: CASУниверсальный русско-английский словарь > Call Accounting System
-
2 Call Management System
Network technologies: CMSУниверсальный русско-английский словарь > Call Management System
-
3 Call Tracking System
Telecommunications: CTSУниверсальный русско-английский словарь > Call Tracking System
-
4 call queuing system
Англо-русский словарь промышленной и научной лексики > call queuing system
-
5 discriminating call system
Англо-русский словарь промышленной и научной лексики > discriminating call system
-
6 discriminating ring system
Англо-русский словарь промышленной и научной лексики > discriminating ring system
-
7 radio paging system
Англо-русский словарь промышленной и научной лексики > radio paging system
-
8 selective call receiver
Англо-русский словарь промышленной и научной лексики > selective call receiver
-
9 Automatic Call Distributing system
Abbreviation: ACDУниверсальный русско-английский словарь > Automatic Call Distributing system
-
10 Distress Radio Call System
Astronautics: DRCSУниверсальный русско-английский словарь > Distress Radio Call System
-
11 Scottish Cervical Call-Recall System
Medicine: SCCRSУниверсальный русско-английский словарь > Scottish Cervical Call-Recall System
-
12 automatic call distribution system
Automation: ACDSУниверсальный русско-английский словарь > automatic call distribution system
-
13 delayed call telephone system
Англо-русский словарь промышленной и научной лексики > delayed call telephone system
-
14 personal call system
Англо-русский словарь промышленной и научной лексики > personal call system
-
15 системный вызов
Русско-английский словарь по машиностроению > системный вызов
-
16 системный вызов
Русско-английский словарь по вычислительной технике и программированию > системный вызов
-
17 системный вызов
Русско-английский индекс к Англо-русскому толковому словарю терминов и сокращений по ВТ, Интернету и программированию > системный вызов
-
18 системный вызов
цепочка вызовов; вызывающая последовательность — call chain
Русско-английский словарь по информационным технологиям > системный вызов
-
19 системный вызов
Русско-английский новый политехнический словарь > системный вызов
-
20 обращение к ОС
обращение к ОС
—
[Е.С.Алексеев, А.А.Мячев. Англо-русский толковый словарь по системотехнике ЭВМ. Москва 1993]Тематики
EN
Русско-английский словарь нормативно-технической терминологии > обращение к ОС
См. также в других словарях:
System call — In computing, a system call is the mechanism used by an application program to request service from the kernel. Background A system call is a request made by any arbitrary program to the kernel for performing tasks picked from a predefined set… … Wikipedia
System Call — Ein Systemaufruf, auch Systemcall (von engl. system call) oder kurz Syscall, ist in der Computertechnik eine von Anwendungsprogrammen benutzte Methode, um vom Betriebssystem bereitgestellte Funktionalitäten auszuführen. Inhaltsverzeichnis 1… … Deutsch Wikipedia
system call — noun an instruction that interrupts the program being executed and passes control to the supervisor • Syn: ↑supervisor call instruction • Hypernyms: ↑call … Useful english dictionary
Open (system call) — For most file systems, a program initializes access to a file in a filesystem using the open system call. This allocates resources associated to the file (the file descriptor), and returns a handle that the process will use to refer to that file … Wikipedia
Close (system call) — For most file systems, a program terminates access to a file in a filesystem using the close system call. This flushes buffers, updates file metadata (which may include and end of file indicator in the data), de allocates resources associated… … Wikipedia
Splice (system call) — splice() is a system call that copies data between a file handle and a pipe, or between a pipe and user space. It does so without actually copying the data, in contrast to other data copying techniques, thereby improving I/O performance.Workings… … Wikipedia
clone (Linux system call) — clone() is a system call on the Linux kernel related to multithreading. In practice, one should try to avoid calling clone() directly, but instead use a threading library (such as pthreads) which use clone() when starting a thread (such as during … Wikipedia
Clone (Linux system call) — clone() is a system call on the Linux kernel related to multithreading.The syntax for calling clone under a Linux program is: #include int clone (int (*fn) (void *), void *child stack, int flags, void *arg);clone creates a new thread that starts… … Wikipedia
Call — may refer to: NOTOC Technology* Call (telecommunications) * Telephone call * Computer assisted language learning, a concept in language education * System call, the mechanism used by an application program to request service from the operating… … Wikipedia
Call a Pizza — Franchise GmbH Rechtsform Franchise Gründung 1985 Sitz Berlin Leitung Thomas Wilde Umsatz … Deutsch Wikipedia
Call gate — A call gate (or callgate) is a mechanism in Intel s x86 architecture for changing the privilege level of the CPU when it executes a predefined function call using a CALL FAR instruction. Overview Call gates are intended to allow less privileged… … Wikipedia